Skip to content

Document native and deftest-async approaches for async tests - #13

Merged
olecve merged 1 commit into
mainfrom
docs/async-testing-guide
Jul 16, 2026
Merged

Document native and deftest-async approaches for async tests#13
olecve merged 1 commit into
mainfrom
docs/async-testing-guide

Conversation

@olecve

@olecve olecve commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Replaces the single "Async queries" example with an "Async tests" section covering both styles:

  • Native ^:async / await — recommended for shadow-cljs 3.4+ (ClojureScript 1.12.145+).
  • deftest-async macro — compatibility path for older toolchains, requires promesa.

Also updates the async namespace bullet in Features to reflect this framing. README-only.

Replace the single Async queries example with an Async tests section
covering both styles: native ^:async / await (recommended, shadow-cljs
3.4+) and the deftest-async macro (compatibility path for older
toolchains). Update the async namespace Features bullet to match.
@olecve
olecve merged commit 2f36c6c into main Jul 16, 2026
1 check passed
@olecve
olecve deleted the docs/async-testing-guide branch July 16, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant